home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1996 December / Designer's Club 1996 December.iso / pc / ideasrc / seasons.dir / 00032_Script_32 < prev    next >
Text File  |  1996-11-06  |  201b  |  7 lines

  1. on mousedown
  2.   puppetsound "clickdn"
  3.   set the visible of sprite 2 to true
  4.   set the visible of sprite 1 to false
  5.   set the visible of sprite 3 to false
  6.   set the visible of sprite 4 to false
  7. end